Skip to main content
Quang Liem
💬
0 discussions

Integrate Service - Zendesk


I. Cases


1.Normal Cases

  • Click To Call
  • Iframe
  • CRM call logging
  • CRM create new contact
  • Click to view CRM object
  • Click to SMS

2. Challenge Cases

3. Special Cases

  • CRM create ticket

II. Config


  • ID Callcenter
  • Host
  • Description
  • Fields
    • Authorization
    • domain

1. Info

Notes:

  • (1): Custom field, different with each integrator
  • (2),(3): Brand id, different with each integrator

2. Iframe


III. Endpoint Table


NameTypeMethodUrlTriggerDescriptionParametersHard ParamsResponse Type
update_ticket_zendeskpost_dataPUThttps://:domain.zendesk.com/api/v2/tickets/:id.jsonnoneAuthorization : header,
domain : path,
ticket : body,
id : path
search_contact_zendeskget_dataGEThttps://:domain.zendesk.com/api/v2/users/search.jsonAuthorization : header,
domain : path,
query : query
create_contact_zendeskpost_dataPOSThttps://:domain.zendesk.com/api/v2/users.jsonAuthorization : header,
domain : path,
name : body,
phone : body,
role : body,
user : body
get_organization_zendeskget_dataGEThttps://:domain.zendesk.com/api/v2/users/:id/organizations.jsonAuthorization : header,
domain : path,
id : path
create_ticket_zendeskpost_dataPOSThttps://:domain.zendesk.com/api/v2/tickets.jsonAuthorization : header,
domain : path,
ticket : body
get_tickets_org_zendeskget_dataGEThttps://:domain.zendesk.com/api/v2/organizations/:id/tickets.json?sort_order=descAuthorization : header,
domain : path,
id : path
get_latest_ticket_zendeskget_dataGEThttps://:domain.zendesk.com/api/v2/users/:id/tickets/requested.json?sort_order=descAuthorization : header,
domain : path,
id : path
get_detail_zendeskget_dataGEThttps://:domain.zendesk.com/api/v2/users/:idAuthorization : header,
domain : path,
id : path